Problem Note 16026: "Error: Metadata profile doesn't have write permissions to \\machine
name\errorLog_SAS_Management_Console.log"
The following error or a similar error might be encountered when creating
a metadata profile for any SAS® Java client such as SAS® Management
Console, SAS® Information Map Studio, SAS® ETL Studio, SAS® OLAP Cube Studio, SAS® Personal Login Manager, and others:
Error: Metadata profile doesn't have write permissions to
\\machine name\errorLog_SAS_Management_Console.log
This problem will occur if the user trying to create a metadata profile
does not have write access to the user.home directory. On Windows, the
user.home directory is typically set to C:\Documents and Settings\username.
To circumvent the problem, add -Duser.home=value, where value is the
location where write permission is available, to the CommandLIneArgs in
the .ini file used by the client during invocation.
For example: Add -Duser.home= to the CommandLineArgs in the sasmc.ini
file for SAS Management Console.
CommandLineArgs=-Duser.home="c:\temp" -Xmx512m
-Djava.system.class.loader=com.sas.app.AppClassLoader
-Dsas.app.class.dirs="C:\Program Files\SAS\SASManagementConsole\9.1"
-Dsas.app.class.path=sas.smc.jar;.
-Dsas.ext.config=sas.java.ext.config
-cp sas.launcher.jar -Djava.security.auth.login.config=security/login.config
-Djava.security.auth.policy=security/auth.policy
-Dcache.auth.policy=true com.sas.console.visuals.MainConsole
Note: -Duser.home does not have to be the first argument in the list
but it must come before the main class ("com.sas.console.visuals.MainConsole") in the command line. All
arguments must be on one line in the file.
Operating System and Release Information
SAS System | SAS Management Console | Microsoft Windows 2000 Server | 9.1 TS1M3 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 | 9.2 TS2M0 |
Microsoft Windows NT Workstation | 9.1 TS1M3 | |
Microsoft Windows XP Professional | 9.1 TS1M3 | 9.2 TS2M0 |
Microsoft Windows 2000 Professional | 9.1 TS1M3 | 9.2 TS2M0 |
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 | 9.2 TS2M0 |
Linux on Itanium | 9.1 TS1M3 | 9.2 TS2M0 |
Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 | 9.2 TS2M0 |
64-bit Enabled Solaris | 9.1 TS1M3 | 9.2 TS2M0 |
HP-UX IPF | 9.1 TS1M3 | 9.2 TS2M0 |
64-bit Enabled AIX | 9.1 TS1M3 | 9.2 TS2M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Topic: | System Administration ==> Installation
|
Date Modified: | 2008-05-19 10:40:46 |
Date Created: | 2005-08-26 09:28:51 |